Defines an image content that can be added to a flow document.
Initializes a new PDFFlowImageContent object.
Initializes a new PDFFlowImageContent object.
Adds a listener for the create page event.
Adds a listener for the before flow content draw event.
Gets the content background.
The background that fills the flow content bounding rectangle.
Gets the content height.
When this method is called for the first time, the content height is calculated. Subsequent calls with the same 'width' parameter return the already computed height.
Gets the destination name.
A named destination is created at the top of flow content when this property is not null or an empty string.
Gets the horizontal align.
Gets the image height.
The value of this property represents either a percentage (0 to 100) or an absolute value based on the value of method.
Gets the image width.
The value of this property represents either a percentage (0 to 100) or an absolute value based on the value of method.
Gets the content inner margins.
The inner margins are located inside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.
Gets the content outer margins.
The outer margins are located outside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.
Gets the structure element.
Gets an arbitrary object value that can be used to store custom information about this element.
Gets the vertical align.
Gets a value indicating how the image size is interpreted.
This method supports the internal library infrastructure and should not be used by external client code.
This method supports the internal library infrastructure and should not be used by external client code.
Removes a listener for the create page event.
Removes a listener for the before flow content draw event.
Sets the content background.
The background that fills the flow content bounding rectangle.
Sets the destination name.
A named destination is created at the top of flow content when this property is not null or an empty string.
Sets the horizontal align.
Sets the image height.
The value of this property represents either a percentage (0 to 100) or an absolute value based on the value of method.
Sets the image width.
The value of this property represents either a percentage (0 to 100) or an absolute value based on the value of method.
Sets the content inner margins.
The inner margins are located inside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.
Sets the content outer margins.
The outer margins are located outside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.
Sets a value indicating how the image size is interpreted.
Sets the structure element.
Sets an arbitrary Object value that can be used to store custom information about this element.
Sets the vertical align.